home *** CD-ROM | disk | FTP | other *** search
- News on the TSGMEC games package by Timo Salmi in reverse order
- ===============================================================
-
- University of Vaasa, Finland, Linux Pentium garbo.uwasa.fi has a
- large collection of Shareware, Freeware and Public Domain PC
- programs available by anonymous FTP, WWW (World Wide Web) and mail
- server. The file ftp://garbo.uwasa.fi/pc/ts/0news-ts contains news
- about the TS-programs in the /pc/ts directory (in reverse order).
- This text, which you now have, is an extract from the 0news-ts file
- and the Usenet news.
-
- ....................................................................
- Prof. Timo Salmi Co-moderator of news:comp.archives.msdos.announce
- Moderating at ftp:// & http://garbo.uwasa.fi/ archives 193.166.120.5
- Department of Accounting and Business Finance ; University of Vaasa
- mailto:ts@uwasa.fi <http://www.uwasa.fi/~ts/> ; FIN-65101, Finland
- ....................................................................
-
- Thu 22-Jan-98: I have updated my third educational games package. It
- is now
- ftp://garbo.uwasa.fi/pc/ts/tsgmec13.zip
- containing
- "ASCIGAME.EXE Memory game with an ascii twist"
- "LINEGAME.EXE Line fitting game"
- "WORDEXAM.EXE Learn foreign words for exams"
- "WORDQUIZ.EXE Multiple choice learn words"
- - PCs faster than 200Mhz have brought along a new problem with some
- old programs. Turbo Pascal's Crt screen handling cease to work
- because of a "divide by 0" initialization error. The updates
- hopefully remedy the situation for these games. I have not been
- able, however, to test this since I only have sub-200Mhz PCs
- available.
- - Added to the package a Windows icon for each of the games.
- - Reversed in Ascigame the /g switch to MS-DOS graftabl loaded
- checking on. Earlier the graftabl was on by default (for older
- machines).
-
- Thu 9-Mar-95: LINEGAME is a line fitting game to teach some basics
- of analytic geometry. The game expects you to fit lines (y=a+kx) to
- touch or intercept circles on a plane in order to gain a maximum
- number of points. Part of the output is the angle of the selected
- line, but there was an error in the value, as kindly reported to me
- by Sol Katz (skatz@dsc.blm.gov).
- WORDEXAM is an aid for learning foreign words for exams. It is
- contained in the same games package as LINEGAME. I have added a
- selftest to wordexam. The selftest performs a date, size and
- checksum test against tampering and viruses.
- WORDQUIZ "Multiple choice learn words" is a new addition. It is
- similar to wordexam, but it is in a multiple choice format.
- These programs are contained in my update garbo.uwasa.fi:/pc/ts/
- tsgmec12.zip "Timo's educational games: ascigame,linegame,wordexam"
-
- Sat 18-Aug-90: I have turned my attention back to the more or less
- educational games, and devised a new one called linegame. It is
- contained in the updated /pc/ts/tsgmec11.arc package. Linegame
- expects you to fit lines (y=a+kx) to touch or intercept circles on a
- plane in order to gain a maximum number of points. The idea, of
- course, is to convey some rudiments of analytic geometry.
- If you have Turbo Pascal programming experience, and get the
- game, and then look at it, you may appreciate that writing the code
- involved many interesting tasks of TP graphics programming. (In fact
- much of the motivation to write this game came from an interest to
- replenish my personal TP graphics routines library). Let me state a
- few of these tasks, both graphics and general. Saving and restoring
- the original screen (rather trivial, since it is standard
- knowledge). Putting the EGA driver routines into the executable, so
- that no external support (.bgi) files are needed. Building a window
- system (there are ten separate windows in linegame) with all its
- facilities. (For example one needs routines for invoking a window,
- clearing it, drawing its borders, writing to (and reading from) it
- at the proper locations with a simulated cursor and working delete
- key, and so on). Devising a coordinate system for graphics windows,
- and drawing lines and circles in these modified coordinates.
- Building in graphics the scrolling counterparts of textmode readln
- and writeln commands. Performing a checksum selftest on the program
- to guard against tampering or viruses.
-
- Fri 9-Mar-90: Started a third package of the educational games and
- called it tsgmec10.arc. The first game in the package is an
- adaptation of the conventional computerized memory game. The
- educational trick is that you have to give in ascii code the
- characters shown. It is called Ascigame. Ascigame has also the
- option to use it as the ordinary, conventional memory game. - The
- second program is more of a utility than a game, or perhaps it
- should best be called a learning device. Wordexam is an aid for
- cramming for vocabulary examinations in studying foreign languages.
- The basic idea of Wordexam is simple. You first prepare a bilingual
- vocabulary file with any editor. Wordexam then asks you one word
- after another in one of the languages, and you have to give the word
- in the other language.
-